ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.DataVisualization.Chart Namespace / _TreeMapPlotView<TOwnerView> Class / _TreeMapPlotView<TOwnerView> Constructor

In This Topic
    _TreeMapPlotView<TOwnerView> Constructor
    In This Topic
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal layoutView As TOwnerView, _
       ByVal definition As _TreeMapPlotDefinition, _
       ByVal plotData As IHierarchicalPlotDataModel _
    )
    public _TreeMapPlotView<TOwnerView>( 
       TOwnerView layoutView,
       _TreeMapPlotDefinition definition,
       IHierarchicalPlotDataModel plotData
    )

    Parameters

    layoutView
    definition
    plotData
    See Also